home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00046_topic select callback.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  347 b   |  13 lines

  1. on mouseDown
  2.   set clik to the clickOn
  3.   set the castNum of sprite clik to the number of cast "TopicSelectDown"
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   if the mouseCast = the number of cast "TopicSelectDown" then
  9.     TopicSelect()
  10.   end if
  11.   set the castNum of sprite clik to the number of cast "TopicSelect"
  12. end
  13.